home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
frame_81
/
PlaceObject2_1995_8
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-09
|
408 b
|
24 lines
onClipEvent(load){
this.onRelease = function()
{
gotoAndStop(2);
_parent.gotoAndStop("l1_play");
};
this.onRollOver = function()
{
gotoAndStop(2);
};
this.onRollOut = function()
{
gotoAndStop(1);
};
this.onPress = function()
{
gotoAndStop(3);
};
this.onReleaseOutside = function()
{
gotoAndStop(1);
};
}